home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / µSim 1.1 / FabLibsƒ / Internet.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-02-28  |  628 b   |  16 lines  |  [TEXT/CWIE]

  1. #ifndef __ICAPI__
  2. #include <ICAPI.h>
  3. #endif
  4. #ifndef __ICCAPI__
  5. #include <ICCAPI.h>
  6. #endif
  7.  
  8. #pragma internal on
  9. ICError MyICInit(ICInstance *inst, OSType creator);
  10. void InternetLaunch(ICInstance inst, ICError *icErr, ModalFilterProcPtr filterProc, AEIdleProcPtr IdleFunct, short urlWanted);
  11. ICError SetCorrectFileType(const ICMapEntry *entry, const FSSpecPtr downloaded_file, ScriptCode, Boolean needSetFileType);
  12. ICError MyICLaunchURLText(ICInstance inst, Ptr s, UInt32 tLength);
  13. ICError MyICCLaunchURLText(ICInstance inst, Ptr s, UInt32 tLength);
  14. ICError MyICInitNoSeg(ICInstance *inst, OSType creator);
  15. #pragma internal reset
  16.